.right{
	position: fixed;
	z-index: 999;
	top: 300px;
	right: 0;
	height: 314px;
}
.right-top{
	overflow: hidden;
}
.right-top-msg,.right-top-qq,.right-top-phone{
	background-color: #000022;
	overflow: hidden;
	margin-bottom: 2px;
	float: right;
	clear: both;
	border-bottom-left-radius: 6px;
	border-top-left-radius: 6px;
}
.right-top-msg-text,.right-top-qq-text,.right-top-phone-text{
	width: 0px;
	height: 50px;
	color: white;
	line-height: 50px;
	text-indent: 15px;
	font-size: 16px;
	font-family: "微软雅黑";
	overflow: hidden;
}

.right-top-msg-icon{
	background: url(../img/icon-msg.png) no-repeat center;
}
.right-top-phone-icon{
	background: url(../img/icon-phone.png) no-repeat center;
}
.right-top-qq-icon{
	background: url(../img/icon-qq.png) no-repeat center;
}
.right-top-msg-icon,.right-top-phone-icon,.right-top-qq-icon{
	width: 50px;
	height: 50px;
	background-size: 52%;
}
.right-bottom{
	margin-top: 15px;
}
.right-bottom-left{
	width: 0px;
	height: 0px;
	margin-right: 15px;
	overflow: hidden;
}
.right-bottom-left img{
	position: relative;
	top: 142px;	
}
.right-bottom-right{
	margin-right: 5px;
}
.right-bottom-right-ewm{
	margin-top: 62px;
	width: 40px;
	height: 40px;
	background:red  url(../img/bg-ewm.png) no-repeat center;
}
.right-bottom-right-up{
	width: 40px;
	height: 40px;
	background:red  url(../img/bg-up.png) no-repeat center;
	cursor: pointer;
}
